home *** CD-ROM | disk | FTP | other *** search
/ Computer Select (Limited Edition) / Computer Select.iso / pcmag / v11n11 / rdump.bcp < prev    next >
Encoding:
Text File  |  1992-02-18  |  299 b   |  11 lines

  1. #-----------------------------------------
  2. # RDUMP.BCP make file for Borland C++ 3.0
  3. #-----------------------------------------
  4.  
  5. rdump.exe : rdump.obj
  6.      tlink /Lc:\borlandc\lib c0s c:\borlandc\lib\wildargs rdump, \
  7.           rdump, NUL, cs ;
  8.  
  9. rdump.obj : rdump.c
  10.      bcc -c -P rdump.c
  11.